/*
  primary-color:    #003e51
*/


@font-face {
    font-family: 'Sofia Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Sofia Pro Bold Italic'), url('/attachment/5do9vc9a0o4a4jf7tf6iuzrtz.woff') format('woff');
}


@font-face {
  font-family: 'icomoon';
  src:  url('/attachment/41ghpued4eyr9wcjsw3lhp7kx.eot') format('embedded-opentype'),
    url('/attachment/3y7zek5y8m3gpjajbkzcjx78p.ttf') format('truetype'),
    url('/attachment/8k7yo2fg8zuzy1nabolob09il.woff') format('woff'),;
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Meeting .path1:before {
  content: "\e900";
  color: rgb(201, 216, 0);
}
.icon-Meeting .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Meeting .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(198, 211, 0);
}
.icon-Meeting .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Meeting .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Meeting .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Meeting .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Meeting .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(198, 211, 0);
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?a35tz');
  src:  url('fonts/icomoon.eot?a35tz#iefix.eot') format('embedded-opentype'),
    url('fonts/icomoon.woff?a35tz.woff') format('woff'),;
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .icon-Profil .path1:before {
  content: "\e908";
  color: rgb(201, 216, 0);
}
.icon-Profil .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}




html{
    font-size: 1.3rem;
    letter-spacing: 0.03rem;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (min-width: 576px) {
    html{
        font-size: 1.3rem !important;
    }
}

@media (max-width: 768px) {
    .small {
        font-size: 1.3rem !important;
    }
}

a, a:hover {
    text-decoration: none;
}

.custom-border-bottom {
    border-bottom: 1px solid #00303e;
}

//.btn-grey {
    //color: #fff;
    //background-color: #b3b2b4;
    //border-color: #b3b2b4;
}

//.btn-grey:hover {
    //color: #fff;
    //background-color: #777678;
    //border-color: #777678;
}




.btn-disabled {
    pointer-events: none;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-secondary {
    background-color: #ffffff;
}

.custom-bg-light {
    background-color: #f6f5f7;
}

.custom-bg-dark {
    background-color: #96a8b4;
}

.background-color-petrol {
    background-color: #00303e;
}

.background-color-white {
    background-color: #ffffff;
}

.w-40 {
    width: 40% !important;
}

/* H Elements */

h1 {
    font-family: 'Source Sans Pro Light';
    color: #00303e;
    font-size: 2.7rem;
    font-weight: 300;
}

h2 {
    font-family: 'Source Sans Pro';
    font-size: 2rem;
    color: #cbd528;
    font-weight: 400;
}

h3 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.4rem;
    color: #00303e;
}

h4 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.3rem;
    color: #00303e;
}

h5 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.1rem;
    color: #00303e;
}


li {
    letter-spacing: 0.05rem !important;
}

ul {
    letter-spacing: 0.05rem !important;
}

p {
    letter-spacing: 0.05rem !important;
}

/* H Classes */

.h1 {
    font-family: 'Source Sans Pro Light';
    /*color: #00303e;*/
    font-size: 2.7rem;
    font-weight: 300;
}

.h2 {
    font-family: 'Source Sans Pro';
    /*color: #cbd528 !important;*/
    font-size: 2rem;
    color: #cbd528;
    font-weight: 400;
}

.h3 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.4rem;
    color: #00303e;
}

.h4 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.3rem;
    color: #00303e;
}

.h5 {
    font-family: 'Source Sans Pro Light';
    font-size: 1.1rem;
    color: #00303e;
}

.sp-headline {
    font-family: 'Source Sans Pro Light';
    font-size: 2rem;
    font-weight: normal;
    color: #00303e;
}

.textblock p {
    font-family: 'Source Sans Pro Light';
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.05rem;
}

.li .ul {
    letter-spacing: 0.05rem !important;
}

@media (max-width: 576px) {
    h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
    .h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 36px !important;
    }
}

@media (max-width: 576px) {
    .h2 {
        font-size: 36px !important;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 576px) {
    .h3 {
        font-size: 30px !important;
    }
}

@media (max-width: 576px) {
    h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    .h4 {
        font-size: 22px !important;
    }
}

@media (max-width: 576px) {
    textblock p{
        font-family: 'Source Sans Pro';
        font-size: 20px !important;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: 0.05rem;
    }
}

@media (max-width: 576px) {
    .textblock p{
        font-family: 'Source Sans Pro';
        font-size: 20px !important;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: 0.05rem;
    }
}

@media (max-width: 576px) {
    .li {
        font-size: 18px !important;
        line-height: 1.5;
        letter-spacing: 0.05rem;
    }
}

@media (max-width: 576px) {
    a {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    span {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    div {
        font-size: 20px !important;
    }
}

@media (max-width: 576px) {
    .ho-submit {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-help-text{
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .ho-field div {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-input {
        font-size: 18px !important;
        padding: 5px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .ho-button {
        font-size: 18px !important;
        line-height: 1.5;
    }
}

/* ---------------------------------------------------- */
/* ------------------ Header/Navbar ------------------- */
/* ---------------------------------------------------- */

img#logo-dark {
    display: none;
}

/* Basic Setup */
nav.navbar {
    padding: 0 15px !important;
    /* height: 77px; */
    background-color: #00222c; 
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

#navbarNav {
    top: 76px;
    padding: 15px;
    right: 0;
    background-color: #00222c; 
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 1.3rem;
}

@media (max-width: 576px) {
  #navbarNav {
    top: 91.4667px;
    padding: 1.5rem;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 1rem; 
    width: 100vw;    
    height: 100vh;
    overflow-y: scroll;
  }
}

@media (max-width: 576px) {
.main-navbar-nav a{
        font-size: 22px !important;
    }

    .main-navbar-nav ul{
        margin-bottom: 150px !important;
    }
}

@media(min-width: 576px) {
    #navbarNav {
        padding-left: 50px;
    }
}

@media(max-width: 992px) {
    .collapse:not(.show) {
        /*display: block !important;*/
        z-index: -1 !important;
        visibility: hidden;
    }
}

.sections-body {
    margin-top: 61.6px;
    scroll-margin-top: 61.6px;
    scroll-snap-margin-top: 61.6px;
}

.navbar-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid rgb(254, 254, 254);*/
}

@media(max-width: 576px) {
    .navbar-div {
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*border-bottom: 1px solid rgb(254, 254, 254);*/
    }
}

.navbar .logo {
    height: 50px;
}
.navbar-brand {
    margin-right: 0;
}

.main-navbar-nav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.navbar-shrink {
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

/* Responsive Positions */
@media(min-width: 576px) {
    nav.navbar {
        padding: 0 20px !important;
        /* height: 90px; */
    }

    #navbarNav {
        top: 89px !important;
    }

    .sections-body {
        /* margin-top: 90px;
        scroll-margin-top: 90px;
        scroll-snap-margin-top: 90px; */
    }
}

@media(min-width: 992px) {
    .navbar-div {
        align-items: end;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #navbarNav {
        position: inherit !important;
        background-color: inherit !important;
        padding: 0 !important;
        right: inherit !important;
        box-shadow: inherit !important;
        font-size: 18px !important;
        border: none;
    }

    .main-navbar-nav {
        justify-content: flex-end;
        display: flex;
    }

    .sections-body {
        margin-top: 101.6px;
        scroll-margin-top: 101.6px;
        scroll-snap-margin-top: 101.6px;
    }
}


@media(min-width: 1400px) {
    nav.navbar {
        /* height: 90px; */
    }

    .sections-body {
        /* margin-top: 90px;
        scroll-margin-top: 90px;
        scroll-snap-margin-top: 90px; */
    }


    .lang-nav-item {
        margin-left: 20px;
    }

     /*.profile-nav-item {
        margin-left: 40px;
    }*/
}

/* Navbar Burgermenu Logo */
.navbar-light .navbar-toggler .css-navbar-icon {
    border-color: #ffffff;
}

.navbar-light .navbar-toggler .css-navbar-icon::before {
    border-color: #ffffff;
}

.css-navbar-icon {
    position: relative;
    padding-left: 1.25em;
    height: 1rem;
    width: 2rem;
    border-top: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    display: inline-block;
}

.css-navbar-icon::before {
    content: "";
    position: absolute;
    left: 0;
    height: 0.32rem;
    width: 2rem;
    border-bottom: 0.125rem solid #000;
    box-sizing: unset;
}

/* Link text */
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-toggle  {
    color: #ffffff;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown-toggle:hover {
    color: #cbd528;
}

@media(max-width: 576px){
    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .dropdown-toggle  {
    color: #00303e;
    font-size: 22px;    
    }
}


/* Dropdown */
.dropdown-menu {
    /*top: 150%;*/
    top: 140%;
    background-color: #ffffff;
    /* font-size: 1.0rem; */
}

.dropdown-item {
    color: #00303e;
    padding-left: 2rem;
    font-weight: 700;
    font-size: inherit;
}

.dropdown-toggle:empty::after {
    font-size: 26px;
}

.dropdown-toggle {
    width: 20px;
    height: 20px;
    display: inline-block;
    /*margin-left: 5px;*/
    margin-right: 10px;
}

@media(max-width: 568px){
    .dropdown-toggle:empty::after {
    font-size: 20px;
    }

    .dropdown-toggle {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 10px;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #cbd528;
    background-color: transparent;
}

.language-select__control {
    background-color: transparent !important;
    font-weight: 700;
    font-size: 1.13rem;
}

.language-select__indicator-separator {
    display: none !important;
}

.language-select__indicator {
    display: none !important;
}

/* .language-select__menu * {
    background-color: transparent !important;
    background: none !important;
} */

.logout-btn {
    background: none;
}

@media(max-width: 576px){
    .logout-btn {
     font-size: 2rem;   
    }
}

/* ---------------------------------------------------- */
/* ---------------------- Footer ---------------------- */
/* ---------------------------------------------------- */

footer {
    background-color: #00222c;
}

footer p, footer a {
    color: #fff;
}

footer .footer-img {
    width: 380px;
    height: auto;
    margin-bottom: 80px;
}

footer .copyright {
    font-size: 0.8rem;
}

footer .footer-link {
    display: block;
    margin-bottom: 15px;
}

footer .footer-link:hover {
    color: #bbb;
}

@media(max-width: 576px){
    .footer-main .footer-img{
        width: 300px;
        height: auto;
    }
}

/* ---------------------------------------------------- */
/* -------------------- C010Banner -------------------- */
/* ---------------------------------------------------- */
.banner-content {
    min-height: 280px;
}

@media(max-width: 576px) {
    .banner-content {
        width: 100%;
        height: auto;
        min-height: 140px;
    }
}

/* ---------------------------------------------------- */
/* -------------------- C011Banner -------------------- */
/* ---------------------------------------------------- */
.small-banner-container {
    position: relative;
    max-width: 100%;
    padding: 0;
}

#grad1 {
    background-image: linear-gradient(#000000, #013b4d);
}

.small-banner-image {
    display: block;
    width: 100%;
    height: 600px;
}

.small-banner-body {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
} 

.small-banner-body-left {
    text-align: left;
    left: 10px;
}

.small-banner-body-right {
    text-align: right;
    right: 10px;
}

.small-banner-body-middle {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width: 576px) {
    .small-banner-container {
        max-width: 576px;
    }

    .small-banner-body-left {
        left: 28px;
    }

    .small-banner-body-right {
        right: 28px;
    }
}

@media(min-width: 768px) {
    .small-banner-container {
        max-width: 768px;
    }

    .small-banner-body-left {
        left: 34px;
    }

    .small-banner-body-right {
        right: 34px;
    }
}

@media(min-width: 992px) {
    .small-banner-container {
        max-width: 992px;
    }

    .small-banner-body-left {
        left: 25px;
    }

    .small-banner-body-right {
        right: 25px;
    }
}

@media(min-width: 1200px) {
    .small-banner-container {
        max-width: 1200px;
    }
    .small-banner-body-left {
        left: 30px;
    }

    .small-banner-body-right {
        right: 30px;
    }
}

@media(min-width: 1400px) {
    .small-banner-container {
        max-width: 1400px;
    }    
    
    .small-banner-body-left {
        left: 50px;
    }

    .small-banner-body-right {
        right: 50px;
    }
}

/* ---------------------------------------------------- */
/* --------------------- C013table -------------------- */
/* ---------------------------------------------------- */

.c-013-table .table {
    border: 1px solid #ffffff;
}

@media(max-width: 576px){
    .c-013-table .table {
        word-break: keep-all !important;
    }
}

/* ---------------------------------------------------- */
/* ---------------- C020HorizontalLine ---------------- */
/* ---------------------------------------------------- */

.horizontal-line {
    height:1px;
    border-width:0;
    color:#3c3c3c;
    background-color:#3c3c3c;
}

/* ---------------------------------------------------- */
/* ------------------ C211ArticleIcon ----------------- */
/* ---------------------------------------------------- */
.article-icon-icon {
    width: 70px;
    float: left;
    margin-top: 7px;
}

.article-icon-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 10px;
}

/* ---------------------------------------------------- */
/* ---------------- C212ArticlePicture ---------------- */
/* ---------------------------------------------------- */
.c-212-article-picture .article-picture-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-212-article-picture .article-picture-image {
    width: 140px;
    float: left;
    margin-top: 4px;
}

.c-212-article-picture .article-picture-body {
    margin-left: 150px;
}

.c-212-article-picture .article-picture-button {
    margin-top: 1.8777rem;
    margin-left: 150px;
    margin-right: auto;
}



/* ---------------------------------------------------- */
/* -------------- C215PictureArticleRepeat ------------ */
/* ---------------------------------------------------- */

@media (max-width: 576px) {
    .c-215-picture-article-repeat {
        width: 100vw;
        height: auto;
    }
}

/* ---------------------------------------------------- */
/* ---------------- C220PictureLinkIcon --------------- */
/* ---------------------------------------------------- */
.picture-link-icon-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.picture-link-icon-body {}

.picture-link-icon-anchor {
    display: block;
    position: relative;
}

.picture-link-icon-image {
    display: block;
    width: 100%;
}

.picture-link-icon-iconbody {
    display: flex;
    position: absolute;
    top: calc(calc(100% - 70px)/2);
    left: calc(calc(100% - 70px)/2);
    background-color: #005c83;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
}

.picture-link-icon-icon {
    font-size: 35px;
    color: #ffffff;
    margin: auto;
}

.picture-link-icon-icon.fa-play {
    margin: auto 16px auto 23px;
}

/* ---------------------------------------------------- */
/* ------------------ C420TeamDetails ----------------- */
/* ---------------------------------------------------- */
.team-details-socialmedia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.team-details-socialmedia a, .team-details-socialmedia img{
    display: block;
}

.facebook-link, .twitter-link, .google-plus-link, .instagram-link, .linked-in-link, .xing-link, .youtube-link, .pinterest-link {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    line-height: 40px;
    border-radius: 50%;
    color: #fff !important;
}

.facebook-link .fa-facebook-f, .twitter-link .fa-twitter, .google-plus-link .fa-google-plus-g, .instagram-link .fa-instagram, .linked-in-link .fa-linkedin-in, .xing-link .fa-xing, .youtube-link .fa-youtube, .pinterest-link .fa-pinterest-p{
    font-size: 1.2rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.facebook-link {
    background-color: #3a5998;
}
.facebook-link:hover {
    background-color: #345088;
}

.twitter-link {
    background-color: #1da1f2;
}
.twitter-link:hover {
    background-color: #0d93e6;
}

.google-plus-link {
    background-color: #dd4b39;
}
.google-plus-link:hover {
    background-color: #d53824;
}

.instagram-link {
    background-color: #262626;
}
.instagram-link:hover {
    background-color: #303030;
}

.linked-in-link {
    background-color: #0a66c2;
}
.linked-in-link:hover {
    background-color: #085bae;
}

.xing-link{
    background-color: #006567;
}
.xing-link:hover {
    background-color: #005a5c;
}

.youtube-link {
    background-color: #ff0000;
}
.youtube-link:hover {
    background-color: #e50000;
}

.pinterest-link {
    background-color: #e60023;
}
.pinterest-link:hover {
    background-color: #cf001f;
}

.sig-image {
    max-height: 60px;
}

/* ---------------------------------------------------- */
/* ------------------ C420TeamDetails ----------------- */
/* ---------------------------------------------------- */

.c421teamone .article-number{
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.1rem;
    color: #cbd528;
}

.c421teamone .article-label {
    font-weight: bold;
    font-size: 1rem;
    color: #cbd528;
}

.c421teamone .textblock p {
    font-size: 1rem !important;
}

/* ---------------------------------------------------- */
/* -------------------- C510Slider -------------------- */
/* ---------------------------------------------------- */
.custom-slider-body {}

.custom-slider-indecators {
    bottom: -45px;
}

.custom-slider-indecators li {
    width: 12px;
    height: 12px;
    border: 1px solid #00303e;
    border-radius: 50%;
    opacity: 1;
    transition: unset;
    background-clip: unset;
}

.custom-slider-indecators li.active {
    background-color: #cbd528;
}

.custom-slider-slidesbody {
    height: 600px;
}

.object-fit { 
	width: auto; 
	height: 600px; 
}

.object-fit img { 
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}

.custom-slider-slide {}

.custom-slider-slidecaption {
    left: unset;
    bottom: unset;
    right: unset;
    top: 0;
    padding: 25px;
    width: 100%;
    text-align: left;
}

.custom-slider-previous {}

.custom-slider-previous-icon {
    display: none;
}

.custom-slider-next {}

.custom-slider-next-icon {
    display: none;
}

.carousel-control-prev {
    left: 0;
    position: absolute;
}

.carousel-control-next {
    right: 0;
    position: absolute;
}




/* ---------------------------------------------------- */
/* ------------------- C610Accordion ------------------- */
/* ---------------------------------------------------- */


.accordion .accordion-item {
    border: 1px solid #a4a4a4 !important;
}

.accordion .accordion-item .textblock{
    padding-left: 20px;
}

.accordion .accordion-item button {
    color: #3c3c3c;
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* ------------------- C621AccordioniFrame ------------------- */
/* ---------------------------------------------------- */

.accordioniframe .accordion-item {
    border: 1px solid #a4a4a4 !important;
}

.accordioniframe .accordion-item button {
    color: #3c3c3c;
    text-decoration: none;
}


/* ---------------------------------------------------- */
/* ------------------- F010MyAgenda ------------------- */
/* ---------------------------------------------------- */
.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
    display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #003e51;
}

.timeline-content .date {
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    background: #003e51;
}

.nav-center ul.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav li {
    display: inline-flex;
}
.nav-pills > li {
  
}
.nav-pills > li > a {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: .25rem;
}

.nav-pills > li > a.active {
    background-color: #003e51;
    color: #fff;
    border-color: #003e51;
}

@media(min-width: 768px) {
    .timeline-content {
        margin-left: 60px;
    }
}

@media(min-width: 1170px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-block {
        margin: 2em 0;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-content {
        margin-left: 0;
        width: 47.3%;
    }

    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: transparent;
        border-left-color: white;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content h3, .timeline .timeline-block:nth-child(2n+1) .timeline-content p {
        text-align: right;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content > a {
        float: right;
    }

    .timeline-content .date {
        position: absolute;
        width: 100%;
        left: 112%;
        top: 0;
        font-size: 14px;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-block:nth-child(2n) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: white;
    }

    .timeline-block:nth-child(2n) .timeline-content {
        float: right;
    }

    .timeline-block:nth-child(2n) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }
}

.modal-header, .modal-footer {
    border-width: 1px;
}

/* ---------------------------------------------------- */
/* ---------------- F110UpcomingEvents ---------------- */
/* ---------------------------------------------------- */
.event-spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-bg-grey {
    background-color: #f6f5f7;
}

.event-bg-blue {
    background-color: #96a8b4;
}

.event-details-btn {
    color: #717171;
    border: 1px solid #717171;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.event-details-btn:hover {
    color: #fff;
    background-color: #717171;
}

.event-buttons {
    display: block;
    margin: auto 0;
}

.express-booking-button .ho-field-group {
    padding: 0;
}

.ho-form.express-booking.event-express-booking {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

.event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
  font-size: 1.4rem !important;
}

@media (min-width: 576px) {
  .event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
    font-size: 1rem !important;
  }
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width: 1200px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 1000px;
    }
}

.upcoming-events-modal .modal-header {
    position: relative;
    display: block;
}

.upcoming-events-modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.upcoming-events-modal .modal-header .modal-headline {
    margin-bottom: 0.5rem;
}

.upcoming-events-modal .modal-header .modal-subline {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.upcoming-events-modal .modal-header .modal-datetime {
    width: 100%;
    text-align: center;
}

.upcoming-events-modal .modal-header .modal-datetime-date {

}

.upcoming-events-modal .modal-header .modal-datetime-time {

}

.upcoming-events-modal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.upcoming-events-modal .modal-content {
    min-height: 350px;
}

.upcoming-events-modal .modal-footer {
    border: none;
}

.upcoming-events-modal .express-booking-button .ho-submit {
  padding-left: 1.8777rem;
  padding-right: 1.8777rem;
  line-height: 1.35 !important;
}

.modal-content .modal-attachment {
    width: 80%;
    margin-bottom: 1rem;
}


.modal-content .modal-attachment.round-image {
    border-radius: 50%;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-header {
        display: flex;
    }

    .upcoming-events-modal .modal-header .modal-title {
        text-align: left;
        flex: 0 0 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .upcoming-events-modal .modal-header .modal-datetime {
        text-align: right;
        flex: 0 0 30%;
        padding-left: 10px;
        padding-right: 25px;
        padding-bottom: 0.5rem;
        align-self: end;
    }

    .upcoming-events-modal .modal-content {
        min-height: 650px;
    }
}


/* ---------------------------------------------------- */
/* --------------- F210UpcomingMeetings --------------- */
/* ---------------------------------------------------- */
.meeting-express-booking button {
    width: 160px;
    margin-top: 0 !important;
}

.ho-form.express-booking.meeting-express-booking .btn {
    color: #00303e !important;
}

.meeting-container {
    color: #00303e;
}

.meeting-preview-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.meeting-preview-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: 260px;
    background-color: #ffffff;
}

@media(min-width: 576px) {
    .meeting-preview-box-headlines {
        min-height: 102px;
    }

    .meeting-preview-box > div {
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width: 768px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width: 992px) {
    .meeting-preview-box-headlines {
        min-height: 125px;
    }

    .meeting-preview-box > div {
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(min-width: 1200px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: auto;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.meeting-details-box {
    padding: 0 10px;
    width: 100%;
}

.meeting-details-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: auto;
    width: auto;
    background-color: #ffffff;
}

img.meeting {
    border: 1px solid #a4a4a4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.meeting-description {
    overflow: scroll;
    height: 180px;
}

.meeting-slots {
    overflow: scroll;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meeting-row {
    width: 100%;
    height: auto;
}


@media(min-width: 992px) {
    .meeting-details-box {
        padding: 0;
        width: auto;
    }

    .meeting-details-box > div {
        height: auto;
        width: 49.2%;
        position: absolute;
        margin: 15px 15px 0px 10px;
    }

    .meeting-row {
        width: 50%;
    }

    .meeting-row.first.special-meeting-row {
        padding-right: 20px;
    }

    .meeting-row.first.special-meeting-row.special-margin {
        padding-right: 0;
    }

    .special-meeting-row.special-margin {
        margin-left: 50%;
    }
}

.meeting-details-box.show {
    display: block !important;
}

.meeting-details-box.hidden {
    display: none !important;
}


.meeting-preview-box.active > div {
    color: #cbd528;
    background-color: #ffffff;
}

.meeting-preview-box.active .btn {
    color: #cbd528;
    background-color: #00303e;
    border-color: #cbd528;
}

.meeting-preview-box.active .btn:hover {
    color: #ffffff;
    background-color: #00303e;
    border-color: #00303e;
}

.meeting-already-booked {
    font-size: 0;
}

.meeting-already-booked br {
    display: none;
}

.meeting-already-booked button {
    float: left;
    margin-top: 0 !important;
}

.click-meeting-embed {
    min-height: 88vh;
}



/* ---------------------------------------------------- */
/* ------------------ F310LivePlayer ------------------ */
/* ---------------- F311LivePlayerChat ---------------- */
/* --------------- F312LivePlayerAgenda --------------- */
/* ------------- F313LivePlayerChatAgenda ------------- */
/* ---------------------------------------------------- */
li.js-event-list-item {
    cursor: pointer;
}

li.js-event-list-item {
    display: none;
}

li.js-event-list-item.booked {
    display: block !important;
}

li.js-event-list-item.booked.odd {
    background: #F5F5F5;
}

li.js-event-list-item.booked.even {
    background: #E6E6E6;
}

li.js-event-list-item.currently-running {
    color: #fff;
    background-color: #000 !important;
}

li.js-event-list-item:hover {
    background-color: #003e51 !important;
    color: #fff;
}

div#chat-element.guest-chat #chat-body, div#chat-element.mod-chat #chat-body {
    height: 250px;
}

@media(min-width: 768px) {
    ul#event-list {
        max-height: 64.5vh;
        overflow: auto;
    }

    div#chat-element.guest-chat #chat-body {
        height: 300px;
    }

    div#chat-element.mod-chat #chat-body {
        height: 800px;
    }
}

div#chat-element .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
}

div#chat-element .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

div#chat-element .col-12, div#chat-element .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.chat-input {
    display: inline-block;
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border: 1px solid #bbb;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 70%;
    flex: 0 0 70%;
}

div#chat-element .chat.chat-container .row{
    margin-left: 0;
    margin-right: 0;
}

/* ------------------------------------------------------ */
/* --------------------- D010Product -------------------- */
/* ------------------- D020ProductLong ------------------ */
/* ------------------ D030ProductSplit ------------------ */
/* ------------------------------------------------------ */
.d-0XX-products .contentblock {
    border-top: 1px solid #003e51;
}    

.d-0XX-products .textblock {
    font-family: "Source Sans Pro Light";
    /*font-size: 31px;*/
    line-height: 1.35rem;
}

.d-0XX-products .stats-row {
    font-family: "Source Sans Pro";
    font-weight: bold;
    line-height: 1.1rem;
    font-size: 1.3rem;
    color: text-secondary;
}

.d-0XX-products .stats-number {
    font-family: "Source Sans Pro";
    font-weight: bold;
    line-height: 1.1rem;
    font-size: 1.3rem;
    color: text-secondary;
}

.d-0XX-products .stats-label {
    font-family: "Source Sans Pro";
    font-weight: bold;
    line-height: 1.1rem;
    font-size: 1.3rem;
    color: text-secondary;
}

.d-0XX-products .imageone {
    margin-left: 150px;
}

@media(max-width: 576px){
    .d-0XX-products img {
    margin-bottom: 1rem;
    }
}

@media(max-width: 576px){
.d-0XX-products .imageone {
    margin-left: 80px;
    width: 60%;
    }
}
/* ---------------------------------------------------- */
/* --------------------- D110Tiles -------------------- */
/* ---------------------------------------------------- */

@media(min-width: 576px) {
    .d-110-tiles .tiles-row {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 2.3rem;
        -moz-column-gap: 2.3rem;
        -webkit-column-gap: 2.3rem;
    }
}

.d-110-tiles .tiles-row .tile {
    display: inline-block;
    width: 100%;
    margin-bottom: 4rem;
}

.d-110-tiles .tiles-row .tile .tile-head {
    padding-top: 30px;
    border-top: 1px solid #003e51;
}

/* ------------------------------------------------------ */
/* --------------------- D210Content -------------------- */
/* ------------------------------------------------------ */

.d-210-content .row .border-row {
    border-top: 1px solid #ffffff;
    margin-bottom: 50px;
    padding-top: 50px;
}

.d-210-content .btn-outline {
    border: 1px solid #cbd528;
}

/* ------------------------------------------------------ */
/* --------------------- D211NotRegisteredContent -------------------- */
/* ------------------------------------------------------ */

.d-211-not-registered-content .row .border-row {
    border-top: 1px solid #ffffff;
    margin-bottom: 50px;
    padding-top: 50px;
}

/*.d-211-not-registered-content .btn-outline {
    border: 1px solid #cbd528;
}

.d-211-not-registered-content .btn-primary:hover {
  color: #ffffff;
  border: 1px solid #cbd528;
}


/* ---------------------------------------------------- */
/* --------------------- D310Quote -------------------- */
/* ---------------------------------------------------- */

.d-310-quote .quote-symbol span {
    font-size: 6rem;
    line-height: 6rem;
    font-weight: 700;
}

.d-310-quote .quote {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 30px;
}

.d-310-quote .author {
    border-top: 1px solid #003e51;
    padding-top: 30px;
    /*color: #000000;*/
}

.d-310-quote .author * {
    /*color: #000000;*/
}


/* -------------------------------------------------------- */
/* --------------------- D410Questions -------------------- */
/* -------------------------------------------------------- */

.d-410-questions {
    background-color: #00303e;
    color: #ffffff;
}

.d-410-questions * {
    color: #ffffff;
}

.d-410-questions .header {
    font-size: 1.9rem;
    line-height: 1.9rem;
}

.d-410-questions .accordion {
    border-top: 1px solid #cbd528;
}

.d-410-questions .item {
    padding: 30px 0;
    border-bottom: 1px solid #cbd528;
}

.d-410-questions .item .item-header {
    
}

.d-410-questions .item .item-header h4 {
    font-size: 1.9rem;
    line-height: 1.9rem;
}

.d-410-questions .item .item-body {
    padding-top: 30px;
}

/* -------------------------------------------------------- */
/* ------------------- D500 LandingLinks ------------------ */
/* -------------------------------------------------------- */

.d-500-landing-links .container-fluid {
    background-color: #00303e;
    max-width: 1320px;
}

.d-500-landing-links .container-fluid .row {
    padding: 100px 0;
}

.d-500-landing-links .banner-image {
    max-height: 150px;
}

.d-500-landing-links .landing-link {
    display: inline-block;
}

.d-500-landing-links .landing-link img {
    max-height: 130px;
}

/* --------------------------------------------------------- */
/* ------------------- D600 CustomProduct ------------------ */
/* --------------------------------------------------------- */

.d-600-custom-product {
    
}

.d-600-custom-product .textblock {
    color: #fff;
}

.d-600-custom-product .custom-product-images {
    position: relative;
    margin: 120px;
}

.d-600-custom-product .custom-product-images .background {
    width: 400px;
    height: 180px;
}

.d-600-custom-product .custom-product-images .product-image {
    position: absolute;
    left: 55%;
    top: 40%;
    width: 90%;
    height: auto;
    transform: translate(-50%, -50%);
}

.d-600-custom-product .custom-product-images .package-image {
    position: absolute;
    left: 5%;
    top: 35%;
    width: auto;
    transform: translate(0, -50%);
}

.d-600-custom-product .custom-product-images .icon-image {
    position: absolute;
    bottom: -55%;
    left: 0%;
    width: 100px;
    height: auto;
}

.d-600-custom-product .custom-product-images .percent-text-image {
    position: absolute;
    left: 45%;
    top: 30%;
    width: 60%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 100;
}

/* --------------------------------------------------------- */
/* ------------------- X601 CustomProduct ------------------ */
/* --------------------------------------------------------- */
.x-601-custom-product .custom-value {
    font-family: "Source Sans Pro";
    font-weight: bold;
    line-height: 1.1rem;
    font-size: 1.3rem;
    color: #cbd528;
}

.x-601-custom-product .custom-product-images .product-image {
    position: absolute;
    left: 55%;
    top: 20%;
    width: 650px;
    height: 200px;
    transform: translate(-50%, -50%);
}

.x-601-custom-product .custom-icon .icon-image {
    position: absolute;
    top: 27%;
    right: 0%;
    width: 200px;
    height: auto;
}

@media (max-width: 576px) {
    .x-601-custom-product .custom-icon .icon-image {
        width: 150px;
    }
}

/*.x-601-custom-product .custom-icon .icon-image-background {
    position: absolute;
    top: 27%;
    right: -5%;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    opacity: 60%;
    background-color: #ffffff;
}

/* --------------------------------------------------------- */
/* ------------------- X602 ProductRepeat ------------------ */
/* --------------------------------------------------------- */

.x-602-product-repeat .textblock {
    color: #fff;
}

.x-602-product-repeat .custom-product-images {
    position: relative;
    margin: 120px;
    transform: translate(-120px, 0px);
}

.x-602-product-repeat .custom-product-images .background {
    width: 500px;
    height: 180px;
    left: 0%;
}

.x-602-product-repeat .custom-product-images .product-image {
    position: absolute;
    left: 55%;
    top: 40%;
    height: auto;
    transform: translate(-40%, -50%);
}

.x-602-product-repeat .custom-product-images .package-image {
    position: absolute;
    left: 5%;
    top: 35%;
    width: auto;
    transform: translate(0, -50%);
}

.x-602-product-repeat .custom-product-images .icon-image {
    position: absolute;
    bottom: -85%;
    left: 0%;
    width: auto;
    height: 100px;
}

.x-602-product-repeat .custom-product-images .second-icon-image {
    position: absolute;
    bottom: -85%;
    left: 65%;
    width: auto;
    height: 100px;
}

.x-602-product-repeat .custom-product-images .percent-text-image {
    position: absolute;
    left: 38%;
    top: 30%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 100;
}

/* --------------------------------------------------------- */
/* ------------------- C213 ArticlePictureFAQ ------------------ */
/* --------------------------------------------------------- */

.c-213-article-picture-faq .article-picture-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-213-article-picture-faq .article-picture-image-left {
    width: 140px;
    float: left;
    margin-top: 4px;
}

.c-213-article-picture-faq .article-picture-body-left {
    margin-left: 150px;
}

.c-213-article-picture-faq .accordion {
    border-top: 1px solid #cbd528;
    padding: 20px 0;
}

@media (max-width: 576px) {
    .c-213-article-picture-faq .article-picture-image-left {
        width: 90px;
    }

    .c-213-article-picture-faq .article-picture-body-left {
        margin-left: 100px;
    }

    .c-213-article-picture-faq .accordion {
        margin-left: 2rem;
    }
}

.c-213-article-picture-faq .article-number{
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #cbd528;
}

.c-213-article-picture-faq .article-label {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #cbd528;
}

.c-213-article-picture-faq .accordion * {
    color: #ffffff;
}

.c-213-article-picture-faq .Subline {
    color: #cbd528;
}

.c-213-article-picture-faq .accordionHeadline {
    color: #ffffff;
}

.c-213-article-picture-faq .accordionSubline {
    font-size: 2rem;
}

/* --------------------------------------------------------- */
/* ---------------------- C214IonTeaser -------------------- */
/* --------------------------------------------------------- */

.c-214-icon-teaser .article-picture-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-214-icon-teaser .article-picture-image-left {
    width: 140px;
    float: left;
    margin-top: 4px;
}

.c-214-icon-teaser .article-picture-body-left {
    margin-left: 150px;
}

.c-214-icon-teaser .article-number{
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #cbd528;
}

.c-214-icon-teaser .article-label {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #cbd528;
}

.c-214-icon-teaser .button {
    display: flex;
    align-items: end;
    width: 100%;
    gap: 15px;
}

@media (max-width: 576px) {
    .c-214-icon-teaser .article-picture-image-left {
        width: 90px;
    }

    .c-214-icon-teaser .article-picture-body-left {
        margin-left: 100px;
    }

    .c-214-icon-teaser .accordion {
        margin-left: 2rem;
    }

    .c-214-icon-teaser .button {
    display: block;
    align-items: end;
    width: 100%;
    margin: 15px;
    }

    .c-214-icon-teaser .btn {
    margin-bottom: 15px;
    }

    .c-214-icon-teaser .img-fluid {
    padding: 15px;
    }
}

/* --------------------------------------------------------- */
/* ------------------- X603 WrapUpTechnology ------------------ */
/* --------------------------------------------------------- */


.x-603-wrap-up-technology .custom-product-images { 
    position: relative;
}

.x-603-wrap-up-technology .custom-product-images .icon-image {
    position: absolute;
    top: 88%;
    left: 65%;
    width: 150px;
    height: auto;
}

@media(max-width: 576px){
    .x-603-wrap-up-technology .custom-product-images .icon-image {
    width: 120px;
    height: auto;
    top: 70%;
    }
}


/* --------------------------------------------------------- */
/* ------------------- X603 WrapUpTechnology ------------------ */
/* --------------------------------------------------------- */


.x-604-wrap-up-company .custom-product-images { 
    position: relative;
}

.x-604-wrap-up-company .custom-product-images .product-image {
    width: 500px;
    height: 210px;
}

.x-604-wrap-up-company .custom-product-images .icon-image {
    position: absolute;
    top: 110%;
    left: 5%;
    width: 200px;
    height: auto;
}

/* --------------------------------------------------------- */
/* ------------------- C020 HorizontalLine ------------------ */
/* --------------------------------------------------------- */

.C020-horizontal-line hr { 
    margin-top: 0 !important;
}

/* --------------------------------------------------------- */
/* ------------------- X608 ProduktVerpackungPapier ------------------ */
/* --------------------------------------------------------- */

.x-608-produkt-verpackung-papier .textblock {
    color: #ffffff;
}

.x-608-produkt-verpackung-papier .custom-product-images {
    position: relative;
    margin: 120px;
    transform: translate(-120px, 0px);
}

.x-608-produkt-verpackung-papier .custom-product-images .background {
    width: 500px;
    height: 180px;
    left: 0%;
}

.x-608-produkt-verpackung-papier .custom-product-images .product-image {
    position: absolute;
    left: 55%;
    top: 40%;
    height: auto;
    transform: translate(-40%, -50%);
}

.x-608-produkt-verpackung-papier .custom-product-images .package-images {
    position: absolute;
    left: 5%;
    top: 35%;
    width: auto;
    height: 140%;
    transform: translate(0, -50%);
}

.x-608-produkt-verpackung-papier .custom-product-images .icon-image {
    position: absolute;
    bottom: -85%;
    left: 0%;
    width: auto;
    height: 100px;
}

.x-608-produkt-verpackung-papier .custom-product-images .second-icon-image {
    position: absolute;
    bottom: -85%;
    left: 65%;
    width: auto;
    height: 100px;
}

.x-608-produkt-verpackung-papier .custom-product-images .percent-text-image {
    position: absolute;
    left: 35%;
    top: 30%;
    width: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 100;
}


/* --------------------------------------------------------- */
/* ----------------------- X610 Test ----------------------- */
/* --------------------------------------------------------- */

.x-610-test {

}

.x-610-test .textblock {
    color: #ffffff;
}

.x-610-test .custom-product-images {
    position: relative;
    margin: 120px;
    transform: translate(-120px, 0px);
}

.x-610-test .custom-product-images .images-background {
    height: 180px;
    width: 500px;
    left: 0%;
}

.x-610-test .custom-product-images .product-image {
    position: absolute;
    width: auto;
    transform: translate(-40%, -50%);
}

.x-610-test .custom-product-images .package-image {
    position: absolute;
    width: auto;
    transform: translate(0, -50%);
}

.x-610-test .custom-product-images .icon-image {
    position: absolute;
    bottom: -85%;
    left: 0%;
    width: auto;
    height: 100px;
}

.x-610-test .custom-product-images .second-icon-image {
    position: absolute;
    bottom: -85%;
    left: 65%;
    width: auto;
    height: 100px;
}

.x-610-test .custom-product-images .percent-text-image {
    position: absolute;
    height: auto;
    /*transform: translate(-50%, -50%);*/
    z-index: 100;
}


/* ----------------------------------------------------- */
/* ----------------------- X690PPG --------------------- */
/* ----------------------------------------------------- */


.x-690-ppg  .textblock {
    color: #ffffff;
}

.x-690-ppg  .custom-product-images {
    position: relative;
    margin: 120px;
    transform: translate(-120px, 0px);
    margin-left: 120px;
}

.x-690-ppg .custom-product-images .images-background {
    position: inherit;
    height: 180px;
    width: 250px;
    left: 100%;
    top: -50%;
}

.x-690-ppg  .custom-product-images .product-image {
    position: absolute;
    width: auto;
    transform: translate(-40%, -50%);
    margin-left: 120px;
}

.x-690-ppg  .custom-product-images .package-image {
    position: absolute;
    width: auto;
    transform: translate(0, -50%);
    margin-left: 120px;
}

.x-690-ppg .custom-product-images .icon-image {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: auto;
    height: 100px;
    margin-left: 120px;
}

.x-690-ppg .custom-product-images .second-icon-image {
    position: absolute;
    bottom: -85%;
    left: 65%;
    width: auto;
    height: 100px;
    margin-left: 120px;
}

.x-690-ppg .custom-product-images .percent-text-image {
    position: absolute;
    height: auto;
    /*transform: translate(-50%, -50%);*/
    z-index: 100;
    margin-left: 120px;
}

.x-690-ppg .refreshbutton {
    position: inherit;
    width: 100px;
}

.x-690-ppg .detailsbutton {
    width: 200px;
}


//media queries

@media(max-width: 576px){
    .x-690-ppg {
        width: 100vw;
        height: auto;
        position: relative;
    }
}


/* ----------------------------------------------------- */
/* -------------------- C520Clients -------------------- */
/* ----------------------------------------------------- */

.brands-references {
  text-align: center;
  background-color: #00303e;
}

.brands-references .headline {
  text-align: start;       
  color: #cbd528;
  font-weight: 500 !important;
}

/*@media (max-width: 991px) {
  .brands-references .headline {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .brands-references .headline {
    font-size: 36.25;
  }
}

@media (max-width: 479px) {
  .brands-references .headline {
    font-size: 32.5px;
  }
}*/

.brands-references .cell-holder {
  display: inline-block !important;
}

.brands-references .cell-holder .cell {
  display: table;
  /*background: #fff;*/
  padding: 15px;
  margin: 20px;
  height: 90px;
  width: 120px;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell {
    height: 100px;
    width: 200px;
  }
}

.brands-references .cell-holder .cell .vertical {
  display: table-cell;
  vertical-align: middle;
}

.brands-references .cell-holder .cell .vertical div {
  text-align: center;
}

.brands-references .cell-holder .cell .vertical div img {
  max-width: 90px;
  /*max-height: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  vertical-align: middle;
  border: 0;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell .vertical div img {
    max-width: 170px;
    max-height: 100px 0px;
  }
}


/* ----------------------------------------------------- */
/* -------------- C311Ansprechpartner ------------------ */
/* ----------------------------------------------------- */


.c-311-anpsrechpartner .image {
    width: 200px;
    height: auto;
}

@media(max-width: 576px){
    .c-311-anpsrechpartner .textblock {
    margin-top: 1rem;
    }
}

/* ----------------------------------------------------- */
/* ---------------------- X660IconBar -------------------- */
/* -----------------------------------------------------  */

.x-660-icon-bar {
	width: 150px;
	justify-content: center;
    position: fixed;
	bottom: 16px;
    right: 16px;
}

.x-660-icon-bar .icon-images {
    width: 100px;
    height: auto;
    padding: 16px;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ----------------------------------------------------- */
/* -------------------- X699Lightbox ------------------- */
/* ----------------------------------------------------  */

.x99lightbox .image {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    background-color: white;
}

.x99lightbox .image-expanded {
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background-color: white;
}

.x99lightbox .lightbox-background {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: rgba(0, 0, 0, .5);
}

.x99lightbox .useWidth {
    height: auto !important;
    width: 100%;
    max-width: 1300px;
}

.lightbox .image {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
}

.lightbox .image-expanded {
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    background-color: white;
}

.lightbox .lightbox-background {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background-color: rgba(0, 0, 0, .5);
}

.lightbox .useWidth {
    height: auto !important;
    width: 100%;
    max-width: 1300px;
}

/* ----------------------------------------------------- */
/* -------------------- X141Image ---------------------- */
/* ----------------------------------------------------  */

@media(max-width: 576px){
    .x-141-image .image {
        width: 100%;    
        height: auto;
    }  
}

/* ----------------------------------------------------- */
/* ---------------- D700VimeoPlayer -------------------- */
/* ----------------------------------------------------  */

@media(max-width: 576px){
    .d-700-vimeo-player .video {
        width: 100%;    
        height: auto;
    }  
}

.d-700-vimeo-player iframe {
    width: 100%;;
}  

/* ----------------------------------------------------- */
/* -------------------- C140Image ---------------------- */
/* ----------------------------------------------------  */

@media(max-width: 576px){
    .c-140-image .image {
        width: 100%;    
        height: auto;
    }  
}

/* ----------------------------------------------------- */
/* -------------------- C310---------------------- */
/* ----------------------------------------------------  */